home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / satview2.arc / SATVIEW.DOC < prev    next >
Text File  |  1991-06-18  |  2KB  |  58 lines

  1.                               Views of Saturn
  2.                               ===============
  3.                     Version 2, Released 18/June/1991
  4.  
  5.          *=========================================================*
  6.          | Emanuel Gruengrad         E-Mail: F68413@BARILVM.BITNET |
  7.          |      Mathematics and Computer Science Departement       |
  8.          | Bar-Ilan University, Bar-Ilan Campus, Ramat-Gan, Israel |
  9.          *=========================================================*
  10.  
  11.  
  12. INTRODUCTION
  13. ------------
  14.  
  15. This program projects a mathematical model of a sunlit Saturn from any angle.
  16. Some of these are unfamiliar and impossible to be viewed from Earth. The
  17. program requires a CGA, (or EGA / VGA) screen.
  18.  
  19. STATUS
  20. ------
  21.  
  22. This is a freeware program. It may be copied and distributed freely, as long as
  23. no chrage is requested for these activities. It also may be donated, again
  24. freely, to non charging BBSs. No warranty, of any kind, is provided or assumed.
  25.  
  26.  
  27. INPUT
  28. -----
  29.  
  30. The program expects as input three set of values, which MUST be integers:
  31.  
  32. SA:
  33. The Altitude of the Sun above the Ring Plane. This will decide the direction of
  34. the illumination, thus effecting phases of Saturn, the Rings and their shadows.
  35. A value that is greater than 26° or smaller than -26° must imply that the
  36. source of illumination must be other than the Sun !?!?
  37.  
  38. VA:
  39. The altitude of View Point above the Ring Plane. This is the Observer's
  40. location either from Earth or (if > abs[26°]) form a Spaceship.
  41.  
  42. LD:
  43. The Saturnicentric Longitude difference between Sun and View Point. This is the
  44. differnce in azimuth between Sun and the Observer as measured from Saturn.
  45.  
  46.  
  47. SUGGESTIONS
  48. -----------
  49.  
  50. For the familiar opposition view from Earth, try: sa = 26°, va = 26°, ld = 0°.
  51.  
  52. For a view above the north pole, where it can be seen that the shadow of the
  53. globe does not quite reach the outer ring, try: sa = 26°, va = 90°, ld = 0°.
  54.  
  55. In the famous picture from Voyager, below the ring plane a large part of the
  56. southern hemisphere is covered by the shadow of the rings. For this view,
  57. try: sa = 25°, va = -25°, ld = 45°.
  58.